home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / BC5 / EXAMPLES / SERIES / GDIPAL / readme.txt
Text File  |  1997-03-25  |  2KB  |  46 lines

  1. GDIPAL - Based on GDIInput
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Demonstrates the use of the Windows palette manager on palette
  13.     devices. Allows the user to choose pen and brush colors from
  14.     the system palette.
  15.  
  16. USES:
  17.     Based on GDIInput
  18.  
  19. COMMENTS:
  20.     This is a 32-bit only sample.
  21.  
  22. MODULE MAP:
  23.     Dispatch- Message dispatching routines
  24.     WinMain - Calls initialization functions and processes the message loop
  25.     GDIPal  - Implements the windows procedure for the main application window
  26.     Init    - Performs application and instance specific initialization
  27.     About   - Defines a standard about dialog box.
  28.     Misc    - Defines the applications specific commands not related to
  29.                 a specific module.
  30.     ToolBar - Creates the toolbar and processes ToolTips notifications.
  31.     StatBar - Creates and manages the status bar.
  32.     Client  - Implements the window procedure for a child window
  33.                 that covers the entire client area of the main window except
  34.                 for the tool bar and status bar.  Performs all drawing.
  35.     PenDlg  - Dialog box for choosing the pen style used for drawing.
  36.     BrushDlg- Dialog box for choosing the brush style used for
  37.                 filling objects.
  38.     ColorDlg- Dialog box for choosing a color from the system palette
  39.                 when running GDIOut on a palette-based device.
  40.     PalCtrl - Implements a custom control for displaying and selecting
  41.                 colors from the current system palette.
  42.     Palette - Implements palette manager-related routines such as
  43.                 handlers for palette messages.
  44.     InfoDlg - Dialog box for displaying some basic color and palette
  45.                 information regarding the display device.
  46.